Date: Thu Apr 2 00:08:50 2020 +1100 If you canceled an open file on image or video/audio it was removing any existing filename. Fixed Date: Mon Mar 30 13:31:37 2020 +1100 Added a No loading GIF checkbox to Lesson Preferences, so that the loading gif is suppressed if required. Date: Fri Mar 27 12:44:29 2020 +1100 Removed the occasional border around text background shapes - an artifact of our graphics js library Date: Fri Mar 27 12:08:54 2020 +1100 Added the use of transparent colour in background and shape gradients and accounted for older IE and Chrome not reading the colour correctly. Date: Tue Mar 17 14:43:30 2020 +1100 Added new example content and templates Date: Fri Mar 6 18:59:34 2020 +1100 Removed background-color of black for the javascript video Web container to allow the video to appear immediately without a stating black box Date: Fri Mar 6 16:05:08 2020 +1100 Disabled Rotation when an effect is selected that will prevent rotation from working Date: Fri Mar 6 14:57:40 2020 +1100 Added response trigger for text imput, if Enter is sleected in single line text Date: Fri Mar 6 14:06:47 2020 +1100 Added Use Text as name to the advanced replace dialog. Date: Fri Mar 6 13:34:37 2020 +1100 Fixed bold text not being copied when a feature text action is copied. Auth Date: Fri Mar 6 13:22:20 2020 +1100 Fixed an issue where the Intro list was being reloaded from the database when you change tab before saving. Date: Thu Mar 5 16:33:00 2020 +1100 Changes to make spin and rotateIn/Out to work in IE 12 Date: Wed Mar 4 20:51:37 2020 +1100 Made Preview button in Custom buttons visible to allow you to view button states while creating. Added Tooltips to Preview button and variable windows. Date: Wed Mar 4 19:47:31 2020 +1100 Fixed an IE 11 problem that was not adding CSS effects to Actions Date: Wed Mar 4 16:36:18 2020 +1100 Removed the branch to IEMobile for Windows 8 phone and the html file Date: Wed Mar 4 12:36:59 2020 +1100 Added code for displaying local HTM and HTML files in AUHTOR by reading the file and using NavigateToString. If it's a PDF it will display the default pdf.html file in AUTHOR Contents If its not these files it will just display the name requested. This behaviour will be changed once WebView 2 is released. Date: Wed Mar 4 12:31:33 2020 +1100 Added a default local web page for PDF Web Actions to display while editing in AUTHOR. Can be removed when new WebView is available Date: Mon Feb 24 11:53:40 2020 +1100 Set the easing of the new spin effect to Linear Date: Thu Feb 20 14:59:33 2020 +1100 Removed console logs in js code Date: Thu Feb 20 14:58:42 2020 +1100 Added some more CSS effects as well as left and right versions of lightspeed. Added Spin and changed Zoom to 0.1 start. Changed Rotate In to match rotate out. Date: Tue Feb 18 09:55:40 2020 +1100 Added the following Effects PanDown: 90, PanLeft: 91, PanRight: 92, PanUp: 93, Greyscale: 94, Blur: 95, Sepia: 96, ExplodeIn: 97, ExplodeOut: 98, vanishIn: 99, vanishOut: 100, Date: Tue Feb 18 09:52:58 2020 +1100 Turned off Notes for menu windows Date: Tue Feb 18 09:51:38 2020 +1100 Set Max values for number fields to 5000 - was too small for large graphics. Date: Tue Feb 18 09:50:04 2020 +1100 Set Topmost to false when running a lesson so the AUTHOR Lesson window doesn't show on top while testing. Date: Mon Feb 10 01:09:42 2020 +1100 Fixed issues that were preventing lesson from running on IE. Date: Thu Feb 6 16:19:37 2020 +1100 Updated AuthorContent.zip extractor to check the version number in Settings.VB to it will overwrite the example contant and templates when required. Date: Tue Jan 7 20:02:23 2020 +1100 Muted videos are now not removed do not get removed when another video starts Date: Tue Jan 7 09:23:49 2020 +1100 Changed JS Abstract action to apply to opacity to the content container instead of the content so it will apply to border as well Date: Mon Jan 6 16:51:10 2020 +1100 > Date: Mon Jan 6 16:17:48 2020 +1100 Some of the number input fields were not displaying correct values when the mouse was held down on the up/dpwn buttons and moved. Date: Mon Jan 6 15:13:38 2020 +1100 Fixed maximum value on rotation Date: Mon Jan 6 14:59:28 2020 +1100 Fixed issue that was stopping Restore from working. it was reopening the data base after closing it. Date: Mon Jan 6 14:12:33 2020 +1100 Fixed issue that was making actions from background be removed when they shouldn't be Date: Mon Jan 6 14:07:32 2020 +1100 Cleaned up a bunch of old console logs Date: Fri Dec 27 16:43:50 2019 +1100 Fixed slide in effects by adding new animate.css classes. cleaned up some JS that was in new animate that is no longer needed Date: Fri Dec 27 15:57:10 2019 +1100 Added Cancel button for the separate vertical/horizontal dialog Date: Fri Dec 27 15:47:06 2019 +1100 Made completed sub menu ticks appear on main menu it checks all child nodes to see if they are complete and if it finds any incomplete returns false. Date: Fri Dec 27 14:54:51 2019 +1100 Fixed issue where Opacity is set to 0 rather than 1 for actions that did not previously have this parameter which makes existing elements invisible The database now stores opacity as a nullable int so that for old lessons the opacity is null rather than 0. When it tries to get the value out it will change the null to 100 by default. Date: Fri Dec 27 14:05:32 2019 +1100 Fixes issue where The lesson window left pane scrolls horizontally when elements are selected rather than staying still Date: Fri Dec 27 13:38:12 2019 +1100 Fixes issue where AUTHOR rotation occurs around the upper left corner of an eaction rather than the centre. Sets the anchor of the rotation to W/2,H/2 instead of default of 0,0. Centre was already default in JS Date: Fri Dec 27 13:29:39 2019 +1100 Fixes issue where the location of the vertical alignment dialog seems to keep moving down the screen until it's off it. It now positions to the default position instead of trying to put it where you clicked. Give it a go and let me know if you see any problems again. Also fixed for horizontal alignment Date: Fri Dec 27 13:14:14 2019 +1100 Fixed issue where Zoom Out effect was not available for text/images Date: Fri Dec 27 12:05:40 2019 +1100 Updated Video action to always show a preview of the start of the video. Date: Mon Dec 23 23:37:17 2019 +1100 Added option to add videos to the background Updated JS so that the video won't stop when moving to next element if it is in the background Date: Mon Dec 23 18:57:05 2019 +1100 Finished implementing opacity and rotation so the actions intialize correctly Date: Tue Dec 17 07:42:58 2019 +1100 Fixed Scorm Issue Date: Sat Nov 30 11:31:11 2019 +1100 Added looping to CSS effects. They may now loop for a number of times or forever. Date: Wed Nov 13 18:40:29 2019 +1100 Implemented duration properly so it will use any duration instead of just the defaults in the animate.css library Date: Fri Nov 8 20:09:34 2019 +1100 Fixed issue where exporting lesson would hang if it found a text action with an embed image. Now only checks first 2000 characters of a property string Fixed error where export would fail if the background image was also used somwhere else in the lesson Also added debug code to help diagnose export issues Date: Sat Nov 2 11:04:59 2019 +1100 implemented CSS effect duration in JS using the five default durations provided in animate.css. if duration is greater than 2.5s, it will use slower which is 2.5 thorugh to fastest which is 0.5 for any values less that 700ms. Date: Sat Nov 2 09:59:47 2019 +1100 Initial implementation of Animation, Date: Sun Oct 20 22:20:46 2019 +1100 Fixed issue that was preventing publishing scorm on published version of Author Date: Thu Aug 15 15:53:18 2019 +1000 Changed web action to use UWP WebView Upgraded to 4.6.2 to suppor WebView, this would be needed for Windows Store Anyway Removed Chromium Date: Tue Aug 13 14:51:05 2019 +1000 Upgraded to .Net Framework 4.6.1 Date: Fri Aug 9 14:36:28 2019 +1000 Fixed respond to drop. The only issue now is that JumpBack will always take the DragDrop action to it's original position. Date: Fri Aug 9 11:02:43 2019 +1000 Updated Drop so that snapping to the hotspot location is optional. Merge branch 'Devel' of bitbucket.org:microcraft/author into Devel Date: Thu Aug 8 16:38:25 2019 +1000 Project now has a new certificate Date: Thu Aug 8 15:03:26 2019 +1000 Fixed css issue that was preventing drag drop from working on windows Date: Fri Jul 26 12:08:51 2019 +1000 Fixed bug preventing license upgrade page from showing fixed bug preventing error messages showing because they don't work on win10 Date: Wed Jul 24 11:44:22 2019 +1000 Fixed error that was leaving out some of the effects Date: Wed Jul 24 11:29:15 2019 +1000 Added Perpetual License type 3 Date: Tue Jul 23 18:18:19 2019 +1000 Initial implemenation of drag drop. dragging works but dropping doesn't register Date: Mon Jul 22 15:09:26 2019 +1000 Zoom in Image was using the wront start and end values Removed easing from image zoom Date: Sun Jul 21 20:00:32 2019 +1000 Some changes to the Lesson manager to prevent an intermediate info window and cursor changes when importing and exporting lessons Date: Sun Jul 21 14:00:37 2019 +1000 Updated effects UI to disable easing on Zoom, Highlight and No Effect. Disabled easing for Zoom and highlight in JS Date: Sat Jul 20 14:47:26 2019 +1000 Implemented easings. It works well for Fade in and slides but doesn't work for zoom and highlight Date: Sat Jul 20 12:00:01 2019 +1000 some progress on animations but it seems like they're not working at all Date: Fri Jul 19 16:25:47 2019 +1000 Initial implementation of Easings Date: Fri Jul 19 14:39:04 2019 +1000 Updated the UnLoad check so that it will only prompt "Are you sure..." if it's running in SCORM Date: Mon Jul 8 17:08:51 2019 +1000 Fixed error that would fail to open lesson after importing if the Zip name was different to the lesson Date: Mon Jul 8 13:08:27 2019 +1000 Added a message box and cursors to show something is and has happened. Date: Sun Jul 7 21:12:12 2019 +1000 Updated exporter to copy the browser background when Excluding unuused resources. This is the only resource that isn't declared in the Actions so it was being skipped. Date: Sun Jul 7 21:09:55 2019 +1000 Updated exporter to check if the folder exists before copying. When a brand new lesson that has never been published is exported the HTML_Publish folder doesn't exist yet so this was throwing an exception Date: Sun Jul 7 20:20:06 2019 +1000 Built Lesson Import and Export. Exported lessons allow you to choose which folders to copy and whether only to copy resources that the lesson uses. This allows for an easy method of transferring lessons to different developers. Date: Sun Jul 7 20:18:27 2019 +1000 Added ImportLessonDialog as an action. It's not actually an action but it's the cleanest way to reuse the file picker code to open a zip for importing. Updated Resource Manager to return the full filename if action type is ImportLesson and made it so that it doesn't import the .zip into the resources folder. Date: Sun Jul 7 20:13:40 2019 +1000 Updated FileSelection and Folder Selection UI to look consistent added FullFileName to FileSelection to support new import/export Date: Mon Jun 10 14:32:18 2019 +1000 Gave the show/hide dialog a fixed height so it doesn't grow to be bigger than the screen Date: Sat Jun 8 13:43:26 2019 +1000 Changed the default default drop down border to 1 instead of 0 Date: Sat Jun 8 12:37:07 2019 +1000 Updated reference window default position to be just below the R button Date: Wed Jun 5 14:50:54 2019 +1000 updated margins on radios and textboes to 1,1,1,1 so highlights show up correctly Date: Wed Jun 5 14:49:52 2019 +1000 updated calculations for text box positions because subtitles were showing up in the wrong place Date: Wed Jun 5 12:59:59 2019 +1000 changed default margin to 2 on checkboxes and radios to overide browsers default of 4,3,3,3 Date: Sun Jun 2 15:51:31 2019 +1000 Text was in left 40 pixels for checkboxes and 20 for radio buttons. Made it 20 which matches what you see in Author screen Date: Sun Jun 2 15:28:28 2019 +1000 For radio buttons and checkboxes, removed the strange calculations for left position of element and set it to 0 Also subtracted 1 from top because of zero base Date: Sat Jun 1 15:54:33 2019 +1000 Removed left calculation on box position Date: Wed May 29 15:51:49 2019 +1000 Fixed issue that was causing background image to go blank in browser. After the fix for wrong doc types it ended up with the wrong kind of ' instead of ". Date: Wed May 29 15:10:41 2019 +1000 Added settings in lesson preferences for defaults for drop down action. includes border width and colour Date: Wed May 29 14:50:29 2019 +1000 Added mouse over titles to QC, reference and Variable buttons when testing in browser Date: Wed May 29 12:37:41 2019 +1000 Fixed console warnings - cleaned up the end tags of the embed elements that were closed incorrectly - updated doctype - changed how author modifies html when updating background so it doens't mess with the doctype Date: Sat May 25 15:21:35 2019 +1000 Updated PlayButton on mobile code to be based on whether browser is capable of AutoPlay rather than guessing based on browser name Date: Wed May 22 14:54:59 2019 +1000 Updated the Play button feature to work on Chrome on deskptop as well as mobiles because modern Chrome does not allow auto play before interaction. Date: Wed May 22 14:40:17 2019 +1000 Updated the iOS/Android play button to only show if it is enabled in the lesson preferences ui. There is a new check box to enable it. The play button is on by default Date: Wed May 22 13:15:45 2019 +1000 Fixed issue with reference window behaving strangely with nodes out of order and some unclickable. Date: Sun May 19 11:22:12 2019 +1000 Updated text style to allow multiple spaces in text to make web rendering consistent with author previewer changes apply to FeatureText, RadioButton, CustomButton, CheckBox and DragDrop. DragDrop didn't need to be edited because it inherits its styles from FeatureText Date: Sun May 19 11:17:30 2019 +1000 Fixed error in score that was including exit button as markable Date: Wed May 15 16:49:03 2019 +1000 Removed default variable of "ANSWER" from new variable watch, now it is blank Updated Variable monitor to automatically start editing a row when added added CORRECTANSWER and ANSWER to the default watch list Date: Wed May 15 13:29:39 2019 +1000 Added Reference and Variable buttons while testing Reference button can also be used while not testing if enabled in lesson preferences Date: Wed May 15 10:57:26 2019 +1000 Updated button import to round font size to nearest integer. It was causing the button editing dialog to show no fontsize on imported buttons Date: Wed May 15 10:35:26 2019 +1000 Updated Percent as Score logic to work off menu buttons instead of lesson nodes so it only counts menu options that have a Mark turned on Date: Thu May 9 13:27:40 2019 +1000 Centred the play button for mobiles Date: Wed May 8 19:57:39 2019 +1000 Fixed issue with text being missing for buttons when importing Date: Wed May 8 16:10:31 2019 +1000 Fixed issue that was clearing lesson preferences when editing background Date: Wed May 8 15:59:10 2019 +1000 As mobile browsers need a user click before palyinf audio, implemented audio initialization for mobile devices. Date: Wed May 8 15:55:27 2019 +1000 Added a new feature to allow you to use the lesson progress as the score based on how many menu options are complete Date: Thu May 2 00:03:28 2019 +1000 Rounding down lineheight. Better in approximating the same line-height in HTML as in different browsers Date: Wed Apr 24 12:25:40 2019 +1000 Fixed the problem with lineheights changing when you change fontsize Date: Wed Apr 24 11:06:17 2019 +1000 Fixed the multiple decimal place rounding issue in importing Pause actions. We now round to 3 decimal places. Date: Mon Apr 22 18:04:19 2019 +1000 Increase dialog height Date: Mon Apr 22 14:33:17 2019 +1000 Added browser background. Select a background image in Lesson Properties. This allows you to set the background behind your lesson to an image rather than just a colour Date: Thu Apr 18 21:53:41 2019 +1000 Fixed the problem with content margins Date: Wed Apr 17 13:15:20 2019 +1000 Updated sizing of checkboxes Date: Wed Apr 3 14:39:53 2019 +1100 Updated import step to allow user to choose an import path updated source path to default to development folder Date: Wed Apr 3 13:27:19 2019 +1100 Fixed issue with Advanced replace behaving strangely on positions Date: Wed Mar 27 17:31:40 2019 +1100 implemented resize fullscreen images. A checkbox is available on the Image action dialog to allow the student to click to display an image full-screen in the browser. Date: Wed Mar 27 17:29:36 2019 +1100 Added Top, Left, Width and Height to Advanced replace Date: Wed Mar 27 13:27:44 2019 +1100 Fixed bug that would cause an error if you tried to give an element a really long name, it will now truncate with ... after 250 characters Date: Tue Feb 19 01:11:28 2019 +1100 Fixed crash in Library by changing the order of creating items and not trying to use the ContainerGenerator Date: Mon Feb 18 23:16:32 2019 +1100 Working on the library issue, still having null reference exceptions. Date: Mon Feb 18 09:39:01 2019 +1100 Added Null check to AuthorWindowApplication. I can't get this error to happen on my computer but this should look after it. Let me know if there are further issues. Date: Wed Feb 13 17:24:39 2019 +1100 Bigger Response window so last tab shows properly Date: Thu Jan 31 21:13:26 2019 +1100 Added SCORM checking for test environments, it will now return a place holder string fixed error when deleting elements. Date: Wed Jan 30 12:50:23 2019 +1100 Changes to UI - tidying up Date: Wed Jan 30 11:12:54 2019 +1100 Updated scorm variables so it will check if running in a scorm environment. Setting a scorm variable now silently fails and continues running the lesson instead of getting stuck Date: Wed Jan 30 09:58:49 2019 +1100 Just cleaning up Date: Wed Jan 30 09:45:43 2019 +1100 Working on issue with text being disposed too early. No more crashes but items in feedback aren't cancelled Date: Mon Jan 28 22:49:41 2019 +1100 Plugged the biggest memory leak. Will keep an eye out for others. Date: Wed Jan 23 17:47:43 2019 +1100 Cleaning up conosle logs and alerts after fixing scorm issue Date: Wed Jan 23 17:43:40 2019 +1100 Fixed a few UI glitches Date: Wed Jan 2 23:10:53 2019 +1100 Took out the Loaded - radio buttons weren't loading for editing Date: Wed Jan 2 23:09:58 2019 +1100 Another Path problem Date: Wed Jan 2 23:08:57 2019 +1100 Added images as buttons in ComboAction - This time didn't show Content Date: Wed Jan 2 23:07:21 2019 +1100 Fixed problem with right aligned text - 1 for 0 origin Date: Thu Dec 20 11:40:11 2018 +1100 Changed the Publish message so it correctly gives the name of the SCORM zip Date: Thu Dec 20 10:41:43 2018 +1100 Version number and grammar mistake Date: Tue Dec 18 21:51:18 2018 +1100 added exception handling for an error that can occur with background colour. Will keep an eye on this but for now it is safe and doesn't throw exception. Date: Wed Nov 28 15:53:13 2018 +1100 Updated OnBeforeWindowUnload so it will call scorm API when browser closes. Date: Sat Nov 10 18:09:54 2018 +1100 Fixed issues with background not opening fixed crash when opening preferences on a lesson with no root Date: Sat Nov 10 17:05:42 2018 +1100 Date: Sat Nov 10 17:02:56 2018 +1100 Working on background for lesson in browser Date: Wed Oct 31 14:08:44 2018 +1100 Fixed error while publishing that was looking for index.html in wrong place Fixed UI where Developing was cut off added margins to labels in lesson preferences UI Mad background update when opening lesson Date: Sat Oct 27 12:12:22 2018 +1100 Updated background to modify html instead of using js to apply when lesson has loaded. Date: Wed Oct 24 18:26:41 2018 +1100 Finished Browser Background Feature Date: Wed Oct 24 17:06:47 2018 +1100 Finished colours and images for both dev preview and web Date: Wed Oct 17 15:12:48 2018 +1100 Implemented Settings UI and persistence, Next is rendering Date: Sun Sep 23 12:33:32 2018 +1000 Removed option to clear html folder before publish. It now always clears. Date: Sun Sep 23 12:27:31 2018 +1000 Fixed width of feature text Date: Sun Aug 26 00:21:24 2018 +1000 Changes to make full screen image Date: Tue Aug 21 20:05:22 2018 +1000 Fixed bug in iOS that was cutting off the bottom of the lesson Date: Fri Aug 3 08:51:57 2018 +1000 Paths used to be part of the content of the button, not sure why they weren't rendering but they weren't. Have moved them to be a separate control that sits in front of the button. Paths have in front of buttons have to have IsHitTestVisible="False" or clicking on the path will not trigger the click handler on the button. Date: Thu Aug 2 23:03:21 2018 +1000 Changed the Author Content file to Content ;-) Date: Wed Aug 1 23:30:26 2018 +1000 Changed default lesson size Date: Wed Aug 1 23:29:52 2018 +1000 New Class to update webBrowser Date: Wed Aug 1 23:29:15 2018 +1000 Just tidying up Date: Wed Aug 1 23:28:07 2018 +1000 Added new class to Update WebBrowser Date: Wed Aug 1 19:57:17 2018 +1000 Fixed issue with buttons not showing up if action window was resized. action windows can no longer be user resized. This effects all action popups but seems to be the best solution. Have a play and let me know what you think. Date: Wed Aug 1 00:02:45 2018 +1000 Changed description on WebBrowser to white Date: Wed Aug 1 00:01:41 2018 +1000 Fiddlle with spacing on the dialogs Date: Tue Jul 31 23:59:09 2018 +1000 Changed open lesson to filter both lessons and templates Date: Mon Jul 30 20:55:32 2018 +1000 Fix for spellchecker Date: Sun Jul 29 10:23:44 2018 +1000 Updating signing Date: Sun Jul 29 10:23:09 2018 +1000 working on previewing web in new browser mode Date: Sun Jul 29 10:22:10 2018 +1000 Fixed bug in storing ratio of image in txtext Date: Sun Jul 29 10:18:47 2018 +1000 Working on scaling for mobiles Date: Wed Jul 18 14:08:28 2018 +1000 Removed Check Update from menu Date: Wed Jul 18 12:50:19 2018 +1000 AUTHOR Content copy Date: Sun Jul 15 11:18:28 2018 +1000 Updated Author content. Moved location after removing help Date: Thu Jul 12 22:15:47 2018 +1000 Changed code to read the AUTHOR Content.zip file in the application folder. Date: Thu Jul 12 22:14:01 2018 +1000 Changed code to reflect the new method of calling help. Also change MIME types on the server to include .JSON, .WOOF and .WOFF2 Date: Sat Jul 7 21:36:40 2018 +1000 Change browser background colour Date: Sat Jul 7 15:47:00 2018 +1000 Removed Help file from project(Files still exist in repo but aren't in Visual studio of compiled project) Update help manager so it will always use online version Date: Sat Jul 7 15:11:07 2018 +1000 implemented UI, persistence and serialisation of the Allow Full screen property on images implemented JS conditionally displaying full screen image Date: Sat Jul 7 11:39:16 2018 +1000 Implemented Image preview. Currently works on all images, next step is to make it an option. D Date: Fri Jul 6 23:11:01 2018 +1000 Took out minimise changed loader.gif Date: Thu Jul 5 17:06:15 2018 +1000 Updated lesson testing to only work in IE if they're on the free trial. Date: Thu Jul 5 15:53:14 2018 +1000 Reenabling licence check now that the server is fixed. Date: Mon Jul 2 08:39:23 2018 +1000 Set max lines on feature text to 15. Behaviour is now: - New feature text popup has enough room for eight lines. - If you enter more than 8 lines the window expands until 15 lines one line at a time - AFter 15 lines the text box has a fixed size with a scroll bar. Date: Sun Jul 1 09:18:01 2018 +1000 Lots of little UI Tweaks Date: Sat Jun 30 14:10:39 2018 +1000 Removed hide control until mouse click Feature was only working in flash and wasn't useful in html because of better default behaviour Date: Sat Jun 30 13:26:14 2018 +1000 wokring on fixing controls in video Date: Tue Jun 26 09:38:09 2018 +1000 Changed Script button to fit text Date: Sat Jun 23 13:55:49 2018 +1000 Updated tool tip to only show if there is a note. truncates if more than 11 lines. Date: Sat Jun 23 12:24:36 2018 +1000 Updated auto naming so it's optional for feature text. Date: Sat Jun 23 11:46:19 2018 +1000 Added option to turn off auto naming on TxTexts Date: Sat Jun 23 11:45:07 2018 +1000 Fixed null reference exception when saving unchanged text Date: Sat Jun 23 10:54:47 2018 +1000 Fixed bug that was messing with numbers after decimal Date: Tue Jun 19 20:53:22 2018 +1000 Missed a change when removing tooltips from the lesson window Date: Tue Jun 19 20:35:39 2018 +1000 Removed Mouseover tooltip on elements in Lesson window Date: Tue Jun 19 20:29:41 2018 +1000 Added mouseover text for answer variable in : - Multi choice - Short Answer - True false - Yes No Tooltip pops up when you mouseover the word answer or correct answer. Date: Tue Jun 19 20:27:12 2018 +1000 Removed Answer variable mouseover from the conditions sections. Date: Sun Jun 17 23:51:26 2018 +1000 Implemented video loop. I've built it for either html5 or flash and it works well in html. Date: Sun Jun 17 19:49:47 2018 +1000 Fixed the problem where the decimal point would disappear if you delete the number after decimal Date: Sun Jun 17 16:49:52 2018 +1000 Implemented auto tite for text actions. Date: Sun Jun 17 13:47:00 2018 +1000 stopped tracking user preferences because this is a generated file that does not need to be shared. Date: Sun Jun 17 13:43:58 2018 +1000 Commented out response tab in menu dialog because it doesn't do anything. Only commented out instead of removing completely incase it turnsout to be important for some reason. Date: Sat Jun 16 17:42:22 2018 +1000 Implemented case changing. To use this: - Select some text - right click - click one of the bottom four options. The menu options are presented in the appropriate case to hint at the outcome. Sentence case changes the first letter of each sentence to a capital. Title Case capitalises the first letter of each word. Date: Sat Jun 16 15:10:35 2018 +1000 Updated Plain text paste to be Available via right click menu Updated Plain text paste to preserve rtf content in clipboard so normal paste will still work. Date: Sat Jun 16 12:31:49 2018 +1000 Changed the default highlight color to transparent Date: Sat Jun 16 12:29:58 2018 +1000 Implemented plain text paste. When the user presses control+shift+v it converts the contents of the clipboard to plain text and pastes it. Date: Sat Jun 16 08:17:14 2018 +1000 Fixed BugID 186 "When you add more than one line of text to the Text field the Group field is overwritten by the Position part of the dialog" Also fixed the shadow checkbox that was overlapping with the group margin below it in the effects tab fixed allignment of fields Date: Thu Jun 14 21:25:54 2018 +1000 Added browser choice Feature The Test lesson menu item now opens the user's default browser, they also have the option to open in any other installed browsers. Date: Sun May 27 21:57:08 2018 +1000 Enabled full screen for youtube videos. Date: Sun May 27 19:54:37 2018 +1000 Fixed bug that was causing help to appear in background. The new help always creates a new IE windows. Date: Wed May 23 20:50:26 2018 +1000 Updated tool tips and extracted string to a separate file so they will be consistent whenever they're used. Date: Tue May 22 19:50:21 2018 +1000 Started on mouseover for Answer variable. Date: Sat Apr 21 14:36:11 2018 +1000 Altered position of indent buttons on toolbar Date: Sat Apr 21 00:17:03 2018 +1000 bugtracker-1462 Fix issue of edited images not refreshed till Author is restarted `bmi.CacheOption = BitmapCacheOption.OnLoad` makes the image be cached in memory, and ignores and modifications to the image. Date: Wed Mar 21 14:42:17 2018 +1100 Changed UI Box Date: Wed Mar 21 14:11:30 2018 +1100 AUTHOR Content added in ZIP file VBProj additions for ClickOnce installation Spelling error fixed and the location of the Published lesson displayed Call Dim templateFolder = LessonManager.LessonTemplateFolder to activate unzipping the AUTHOR Content for a new install. Date: Sun Mar 18 10:54:27 2018 +1100 fixed bug in debug window that could cause an unhandled exception if an error occurs while Author is exiting. The error is silently swallowed because the user is quitting. Date: Sun Mar 18 10:49:32 2018 +1100 Implemented database cleanup so that after each backup all Elements, Responses and Actions with a status of 3 are deleted. After Cleanup, the new database is backed up but not cleaned again after backup. Date: Sat Mar 17 11:07:49 2018 +1100 Implemented Clean exit with dialog box if Author is already running. To test this: - Uncomment line 301 in LessonManager - Build Author - Run Author from the bin/Debug - Make any change in the lesson - Close Author - Open Author again within 30 seconds - You will see error message, click ok to end cleanly. - Launch Author again, if 30 seconds has passed(backup has finished) Author will run correctly, If not then wait a few seconds. Date: Sun Mar 11 22:53:03 2018 +1100 Implemented Notes Feature on Elements Date: Fri Feb 9 11:31:03 2018 +1100 AUTHOR Content ZIP file. Installs tutorial, resources and templates for new AUTHOR installation Added Unzip code to ProgramDataFolder. If LessonTemplates folder is created then unzips AUTHOR Content.zip. Could possibly be put somewhere else Added SCORM_STUDENT_LANG to AUTHOR variables Date: Wed Dec 13 11:30:02 2017 +0000 Fix issue of icon went missing on action buttons Date: Wed Dec 13 22:24:26 2017 +1100 Fix issue of icon went missing on action buttons Date: Wed Dec 6 16:41:31 2017 +1100 update devexpress components to 17.2.3.0 Date: Sat Nov 4 17:13:34 2017 +1100 Better error message when publish html lesson Date: Sat Nov 4 16:55:39 2017 +1100 Remove readonly attribute from file copied Date: Sat Nov 4 15:57:36 2017 +1100 Fix font style not saving issue for CheckBoxAction and RadioButtonAction Date: Sat Nov 4 15:27:26 2017 +1100 Fix fontsettingsui error in xaml designer Date: Sat Nov 4 14:53:44 2017 +1100 Automatically create a zip file of the published lesson Date: Sat Nov 4 14:53:02 2017 +1100 Update new icon for VariableActionPropertyUI Date: Sat Nov 4 14:51:35 2017 +1100 Fix typo Date: Mon Jul 31 23:01:15 2017 +1000 Color picker on multiple screens Date: Sun Jul 30 17:48:46 2017 +1000 Open lesson opens development folder by default Date: Sun Jul 30 17:45:11 2017 +1000 Make background and foreground list scroll Date: Sun Jul 30 17:08:34 2017 +1000 Fix audio progress bar color Date: Sun Jul 30 17:07:51 2017 +1000 New lesson size change Date: Sun Jul 30 16:40:09 2017 +1000 Highlight selected action when closing the action window Date: Sun Jul 30 16:29:44 2017 +1000 Image action fix Date: Sun Jul 30 14:48:05 2017 +1000 Fix error on paste Date: Sun Jul 30 14:38:40 2017 +1000 Update default action font size from 17 to 20 Date: Sun Jul 30 14:34:19 2017 +1000 Remove default border width for ImageAction Date: Tue May 16 21:37:40 2017 +1000 Try fixing the potential memory leak when there are a lot of images in a lesson Date: Sun Nov 20 15:43:36 2016 +1100 Add Default name in import Date: Sun Nov 20 15:05:00 2016 +1100 Add Help, scorm, and WebAuthor to solution Date: Sun Nov 20 14:35:34 2016 +1100 Replace CompanyName and LessonName placeholders in imsmanifest.xml Date: Sun Nov 20 14:14:01 2016 +1100 Pass company name and lessonName to MakeScormPackage function Date: Sun Nov 20 13:48:34 2016 +1100 Add Company Name and Lesson Name to PublishLessonWindow